Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Gestalt Selector and Response Values

You can pass the gestaltQuickDraw3DViewer selector to the Gestalt function to determine information about the availability of the 3D Viewer.

enum {
    gestaltQD3DViewer                           = 'q3vc'
}

Constant descriptions

gestaltQD3DViewer
Return information about the 3D Viewer.

Gestalt returns information to you by returning a long word in the response parameter. Currently, the returned values are defined by constants:

enum {
    gestaltQD3DViewerNotPresent                 = 0,
    gestaltQD3DViewerAvailable                  = 1
}

Constant descriptions

gestaltQD3DViewerNotPresent
The 3D Viewer is not available.
gestaltQD3DViewerAvailable
The 3D Viewer is available.

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |